home *** CD-ROM | disk | FTP | other *** search
/ Hottest 6 / Hottest 6 (1996)(PDSoft)[!].iso / software / fredfish / 1063.lha / Programs / Term4.3Source / UnpFish.script < prev    next >
Text File  |  1995-03-29  |  560b  |  19 lines

  1. echo "Dieses Skript entpackt das gewünschte Programm in dieses Verzeichnis."
  2. echo "This Skript unpacks the desired Program into the current Drawer"
  3. echo "Möchten Sie fortfahren (y/N)?"
  4. ASK "Do you wish to continue (y/N)?"
  5.  
  6. if warn
  7.   echo "Start"
  8.   list #?.(lha|lzh) to t:unpfishtmp lformat="lha -IamxMnF x %n*Ndelete >NIL: %n"
  9.   if not fail
  10.     execute t:unpfishtmp
  11.     delete >NIL: t:unpfishtmp
  12.   endif
  13.   echo "Wählen Sie Fenster/aktualisieren aus dem Workbench Menü!"
  14.   echo "Choose Window/Update from the Workbench menu!"
  15. endif
  16.  
  17. echo "Fertig!"
  18. echo "Done."
  19.